home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / windows / pbbsw200.zip / POWRMAIN.EXE / START.BAT < prev    next >
DOS Batch File  |  1991-09-12  |  350b  |  15 lines

  1. REM START.BAT, must be used to load PowerBBS for DOS
  2. echo off
  3. c:
  4. CD\Powrbbs
  5. if exist Live.bat del Live.bat
  6. if exist C:\Powrbbs\Quit del C:\Powrbbs\Quit
  7. Powrbbs c:\powrbbs\powrbbs.dat %1
  8. if exist C:\Powrbbs\Quit GOTO STOP
  9. if exist Live.bat Live.bat
  10. if exist C:\Powrbbs\Event.Bat C:\Powrbbs\Event.Bat
  11. START.BAT
  12.  
  13. :STOP
  14. del C:\Powrbbs\Quit
  15.